runtime.hchan.timer (field)
18 uses
	runtime (current package)
		chan.go#L39: 	timer    *timer // timer feeding this chan
		chan.go#L479: 	if c.timer != nil {
		chan.go#L480: 		c.timer.maybeRunChan()
		chan.go#L520: 	if c.timer != nil {
		chan.go#L521: 		c.timer.maybeRunChan()
		chan.go#L630: 	if c.timer != nil {
		chan.go#L645: 	if c.timer != nil {
		chan.go#L791: 	if c.timer != nil && async {
		chan.go#L792: 		c.timer.maybeRunChan()
		chan.go#L794: 	if c.timer != nil && !async {
		chan.go#L807: 	if c.timer != nil {
		select.go#L176: 		if cas.c.timer != nil {
		select.go#L177: 			cas.c.timer.maybeRunChan()
		select.go#L323: 		if c.timer != nil {
		select.go#L362: 		if k.c.timer != nil {
		time.go#L335: 		c.timer = &t.timer
		time.go#L1325: 	t := c.timer
		time.go#L1362: 	t := c.timer
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |